/********************************
Basic Hawthorne Main
******************************** */

body {
	width : 100%;
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6em;
	font-size : 16px;
	background-color : #fff;
	border-top: 200px #dadada;
}

main {
	clear : both;
	width : 100%;
	background-color : #FFF;
	margin: 0px auto 0 auto;
	position : relative;
	display : inline-block;
	z-index: 0;
}

/************************* HTAGS FOR TITLES ************************ */

h1 {
	font-size : 2rem;
	font-family: 'Merriweather', serif;
	font-weight : 400;
	display : block;
	line-height : 1.1;
	margin: 6px 20px 10px;
	color: #7e0000;
}

h2, .newstitle {
	font-size : 1.875em;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight : 400;
	display : block;
	line-height : 1.1;
	color: #7e0000;
	margin: 30px 20px 15px;
	border-bottom: 3px solid #c0c0c0;
}

h3, .sidebar-top {
	font-size : 1.75rem;
	font-family: 'Merriweather', serif;
	display : block;
	line-height : 1.1;
	color: #7e0000;
	font-weight: 400;
	padding: 7px 20px 7px 0px;
	position: relative;
	margin: 35px 20px 0px;
}

h3:before, h3:after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #c0c0c0;
	position: absolute;
	left: 0;
	top: 0px;
}

h3:after {
	top: auto;
	bottom: 0px;
}

h4 {
	position: relative;
	font-size : 1.5625em;
	font-family: 'Merriweather Sans', sans-serif;
	display : block;
	line-height : 1.1;
	color: #7e0000;
	margin: 20px 20px 10px;
	font-weight: 400;
}

.signature {
	font-size: 1.5em;
	display: block;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	margin-left: 2rem;
	margin-top: 1rem;
}

@media screen and (min-width: 48em) {
	h1 {
	font-size : 2.25rem;
}

h3 {
	margin : 10px 20px 0px 0px;
}

h4 {
	margin: 20px 20px 10px 0;
	padding-left: 0px;
}


}

@media screen and (min-width: 76em) {
	h1, h2, .newstitle {
	margin-left : 0px;
}

.signature {
	margin-left: 1rem;
}


}

/************************* HEADER ************************ */

header {
	background-color: #fff;
	color: #7e0000;
	padding: 65px 15px 0px 15px;
}

.header-container {
	max-width: 75rem;
	margin: 10px auto 30px;
}

.header-logo {
	width : 90%;
	max-width : 124px;
	margin : 0 auto;
	display: block;
}

.header-schoolname {
	font-family: 'Merriweather', serif;
	font-size: 2.25rem;
	line-height: 1;
	font-weight: normal;
	margin: 10px;
	text-align: center;
	color: #7e0000;
}

.header-motto {
	display: none;
}

header a {
	color: #fff;
}

.quicklinks-search-container {
	max-width : 1200px;
	position : relative;
	margin : 0 auto;
}

@media screen and (min-width: 48em) {
	header {
	padding: 20px 15px 0px 15px;
}

.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.header-schoolname {
	font-size: 4vw;
	text-align: left;
}

.header-motto {
	font-family: 'Merriweather Sans', sans-serif;
	display: block;
	font-size: 3vw;
	margin-left: 15px;
}

.header-logo {
	margin: 0 15px 0 0px;
	z-index: 2;
	position: relative;
}


}

@media screen and (min-width: 75em) {
	.header-schoolname {
	font-size: 3.45rem;
}

.header-motto {
	font-size: 1.7rem;
}


}

/*******************************************************************
      QUICK LINKS
 ****************************************************************** */

#quicklinkscontainer_background {
	display: none;
}

.quicklinkscontainer-mobile {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.25);
}

.quicklinks-mobile-title {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1em;
	font-family: 'Merriweather Sans', sans-serif;
	list-style: none;
	padding: 10px 15px 0 10px;
}

.quicklinkscontainer-mobile li {
	color: #fff;
}

.quicklinkscontainer-mobile a {
	color: #fff;
	font-size: 1.2rem;
}

.quicklinkscontainer-mobile a:hover {
	color: #fff;
	text-decoration: none;
}

.quicklinks-mobile-title {
	text-decoration: none;
}

.quicklinks-mobile-title:hover,
.quicklinks-mobile:focus {
	text-decoration: underline;
}

.quicklinks-mobile-title:hover > .quicklinks-mobile-title:before,
a.quicklinks-mobile:focus {
	text-decoration: none;
}

.quicklinkscontainer-mobile ul {
	margin: 5px 15px 5px 25px;
}

a.quicklinks-mobile {
	text-decoration: none;
}

#Collapse1 ul,
#Collapse2 ul,
#Collapse3 ul,
#Collapse4 ul,
#Collapse5 ul {
	display: inline-block;
	color: #010743;
}

#Collapse1 ul li a,
#Collapse2 ul li a,
#Collapse3 ul li a,
#Collapse4 ul li a,
#Collapse5 ul li a {
	color: #000;
	letter-spacing: .032em;
}

ul.ql {
	margin: 0px auto;
	position: relative;
	padding-left: 0px;
	/* override user agent */
}

li.ql {
	background-repeat: no-repeat;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	list-style-type: none;
	height: 63px;
	padding-top: 10px;
}

li.ql>a {
	color: #242424;
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 1.2em;
	font-family: 'Merriweather', serif;
	padding: 5px 0 0 0;
}

li.ql a:hover,
li.ql a:focus {
	text-decoration: underline;
}

.quicklinks ul ul.sub-menu {
	display: none;
	position: absolute;
	padding: 0px;
	background-color: #fff;
	margin: 0;
	width: 225px;
	top: 55px;
	border: 3px solid #6874F8;
}

.quicklinks ul li:hover ul,
.quicklinks ul li:focus ul {
	display: block;
}

.quicklinks ul ul li a {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	padding: 0;
	color: #242424;
	text-decoration: none;
	text-transform: none;
}

.quicklinks ul ul li a:hover,
.quicklinks ul ul li a:focus {
	text-decoration: underline;
}

ul.ql li ul li {
	list-style-type: none;
	border-bottom: 1px dotted #fff;
	padding: 6px 15px;
}

.chooseus ul.ql li.ql ul {
	right: 0;
	left: auto !important;
}

.quicklinks.parents ul {
	z-index: 900;
}

.quicklinks.students ul {
	z-index: 800;
}

.quicklinks.employees ul {
	z-index: 700;
}

.quicklinks.community ul {
	z-index: 600;
}

.quicklinks.chooseus ul {
	z-index: 500;
}

/******************* MIN WIDTH 48em ***************** */

@media screen and (min-width: 48em) {
	#quicklinkscontainer_background {
	display: block;
	padding-bottom: 70px;
}

.quicklinks-navigation {
	display: none;
}

a.quicklinks-mobile {
	text-decoration: none;
}

.quicklink-section > div {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	border: 3px solid #004a80;
}

.quicklink-section a {
	color: #000;
}

.quicklinkscontainer-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top : 6px;
	right: 55px;
	padding: 0px;
	z-index : 100;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
}

.quicklinks-mobile-title {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	padding: 0 10px;
}

.quicklinkscontainer-mobile li {
	color: #6874F8;
}

.quicklinkscontainer-mobile a {
	color: #010743;
}

.quicklinks-mobile-title:last-of-type {
	border: 0;
}


}

@media screen and (min-width: 64em) {
	.quicklinks-mobile-title:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2rem;
	color: #fff;
	transition: 0.9s;
	background-color: #004a80;
	border-radius: 50%;
	padding: 6px 4px 0px 4px;
	width: 1.5625rem;
	height: 1.5625rem;
	margin: 3px 10px 3px 3px;
	text-align: center;
	text-decoration : none;
	font-weight: 600;
}

.quicklinks-mobile-title.parents:before {
	content: "\f0c0";
	font-size: 1rem;
}

.quicklinks-mobile-title.chooseus:before, .quicklinks-mobile-title.budget:before {
	content: "\f00c";
}

.quicklinks-mobile-title.community:before {
	content: "\f02d";
}

.quicklinks-mobile-title.employees:before {
	content: "\f109";
}

.quicklinks-mobile-title.students:before {
	content: "\f303";
}

.quicklinks-mobile-title.parents:hover:before {
	text-decoration: none;
}

a.quicklinks-mobile:hover > .quicklinks-mobile-title:before, a.quicklinks-mobile:focus > .quicklinks-mobile-title:before {
	transform: rotateY(180deg);
}


}

/******************* MIN WIDTH 75em ***************** */

@media screen and (min-width: 75em) {
	.chooseus ul.ql li.ql ul {
	right: auto !important;
	left: 0;
}


}

/************************  NAVIGATION ************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	float: none;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	font-family: 'Arial', serif;
	font-weight: 400;
	background-color: #7e0000;
	z-index: 1000;
	position: absolute;
	top : 0;
	width : 100%;
}

nav.nav ul {
	border-top: 1px solid #fff;
}

nav.nav ul ul {
	padding-left : 20px;
	border-top: 0px solid #fff;
}

nav.nav li a {
	padding: 6px 0px 6px 10px;
	color: #fff;
	text-decoration: none;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.25rem;
}

nav.nav  li a:hover, nav.nav  li a:focus {
	text-decoration : underline;
}

nav.nav  ul ul li a {
	font-variant : normal;
}

@media screen and (min-width: 48em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

.sub-arrow {
	display: none;
}

nav#menu {
	position: relative;
	z-index: 1;
	position: relative;
}

nav.nav {
	max-width: 75rem;
	margin: auto;
	display : block;
	background-color: transparent;
}

nav.nav ul {
	border-top-width : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav.nav li {
	margin: auto;
	padding : 12px 0 8px;
}

nav.nav li a {
	font-size : 1.9vw;
	padding: 6px 0;
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration : none;
}

nav.nav ul ul {
	position : absolute;
	top : 34px;
	width : 190px;
	padding : 0;
	z-index : 1000;
	display: none;
	background-color : #fff;
	border : 3px solid #7e0000;
	margin-top: 5px !important;
}

nav.nav ul ul li {
	padding: 2px 0px;
	border-bottom: 1px solid;
}

nav.nav ul ul li a {
	padding: 4px 10px 0px;
	font-size : 1em;
	color: #010743;
	background-color: #fff;
	border-bottom : 3px solid #fff;
	line-height : 1.1;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	text-decoration: underline;
}

nav.nav ul ul li a:hover:before, nav.nav  ul ul li a:focus:before {
	opacity: 0;
}

nav.nav a:before, nav.nav a:after {
	position: absolute;
	opacity: 0;
	width: 0%;
	height: 2px;
	content: '';
	background: #fff;
	transition: all 0.3s;
}

nav.nav a:before {
	left: 0px;
	top: 5px;
}

nav.nav a:after {
	right: 0px;
	bottom: 5px;
}

nav.nav a:hover:before, nav.nav a:hover:after, nav.nav a:focus:before, nav.nav a:focus:after {
	opacity: 1;
	width: 100%;
}

nav[role=navigation] ul ul li a:before, nav[role=navigation] ul ul li a:after {
	height: 0px;
}


}

@media screen and (min-width: 60em) {
	nav.nav li a {
	font-size: 1.2em;
}


}

/************************  FOOTER ************************** */

footer {
	background-color: #7e0000;
	color : #fff;
	border-top: 7px solid #c0c0c0;
}

.footer-topline {
	width: 100%;
	height: 7px;
	background-color: #fff;
}

.footer-container {
	font-family: 'Merriweather Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	color : #fff;
	position : relative;
	padding: 20px;
	text-align: right;
}

footer a {
	color : #ffffff;
	text-decoration : none;
}

footer a:hover, footer a:focus {
	color : #ffffff;
}

.social-container a:hover > i, .social-container a:focus > i {
	transform: scale(.9);
}

.social-container i {
	transition: all .2s ease-in-out;
}

.footer-schoolname {
	font-size: 4.75vw;
	line-height: 1.5;
	font-family: 'Merriweather', serif;
	color : #fff;
}

.footer-address, .footer-phone {
	font-size : 1.25em;
	line-height : 1.4;
}

footer span {
	display: none;
}

#copyright {
	clear : both;
	font-size : .875rem;
	line-height : 1.2;
	font-family: 'Merriweather Sans', sans-serif;
	display : block;
	padding: 15px;
	text-align : center;
}

#copyright a {
}

footer .fa {
	display: inline-block;
	margin: 0 5px;
	padding-top: 3px;
	font-size: 2.5rem;
}

.footer-logo {
	display: none;
}

footer p, footer form {
	margin: 0;
}

@media screen and (min-width: 48em) {
	.footer-schoolname {
	font-size : 2.5rem;
	font-weight: 300;
}

.footer-address:first-of-type {
	margin-right: 5px;
}


}

@media screen and (min-width: 61.25em) {
	.footer-address-phone-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

footer span {
	display: inline-block;
	margin: 0 5px;
	padding-top: 3px;
	font-size: 1.75rem;
}


}

@media screen and (min-width: 75em) {
	.footer-schoolname {
	margin-left: 10px;
}

.footer-address {
	font-size : 1.35rem;
}

.footer-container {
	padding: 30px 20px;
}


}

/************************* SOCIAL ICONS STYLING ************************ */

.social-container {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
}

.social-container i {
	font-size: 1.25rem;
	padding-right: 10px;
	transition: all .2s ease-in-out;
	border : 2px solid #fff;
	border-radius : 50%;
	margin : 2px;
	padding: 5px;
	color : #fff;
}

i.fab.fa-facebook-f {
	padding: 5px 10px;
}

i.fab.fa-twitter:hover, i.fab.fa-facebook-f:hover, .social-container a:focus > i.fab.fa-twitter, .social-container a:focus > i.fab.fa-facebook-f, i.fa.fa-search:hover, .social-container a:focus > i.fa.fa-search {
	transform: scale(.9);
}

.social-dividing-line {
	height: 28px;
	width: 1px;
	background-color: #fff;
}

@media screen and (min-width: 48em) {
	.search-container {
	bottom: 27px;
	border-left: 3px solid #7e0000 ;
}


}

/************************* MAIN BODY STYLING ************************ */

a {
	color : #000;
}

a:hover, a:focus {
	color : #000;
	text-decoration : none;
}

p, .newsBody {
	margin: 10px 20px;
}

ul, ol {
	margin: 15px 15px 15px 30px;
	padding: 0 0 0 15px;
}

ol li ul {
	margin-left : -15px;
}

.main-content ul ul {
	margin-left: 0;
	padding-left: 20px;
}

#slideshow_container, .subpage-header-photo img {
	display: none;
}

p.quote {
	display: none;
}

div#amznCharityBannerInner {
	margin-left: 10px;
}

@media screen and (min-width: 48em) {
	#container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
}

main {
	margin: 25px auto 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
}

.main-content {
	width : 66.75%;
	margin-right : 2%;
	margin-left: 0px;
	position : relative;
}

article.main-content-full {
	max-width: 62.5rem;
	margin: auto;
}

.sidebar-content {
	width: 31.25%;
	position : relative;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.sidebar-content p {
	margin : 20px 0px;
	padding-right : 15px;
}

p.quote {
	display: block;
	font-family: 'Dancing Script', cursive;
	font-size: 2rem;
	line-height: 1.1;
	color: #1E8047;
	border-top: 3px solid #7e0000 ;
	border-bottom: 3px solid #7e0000 ;
	padding: 15px 15px 28px;
	margin-right: 10px;
}

.quote span {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 1.9rem;
}

p.quote:after {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_8817/site_511375/Graphics/graphic_logo_quotes.png);
	width: 50px;
	height: 50px;
	margin: 10px auto -50px;
	display: block;
}

div#amznCharityBannerInner {
	margin-left: 0;
}


}

@media screen and (min-width: 76em) {
	#window {
	background-color: #fff;
}

p, .newsBody {
	margin: 10px 20px 10px 0px;
}

ul, ol {
	padding: 0;
}

p.quote {
	margin-right: 15px;
}


}

/************************* HEADER AND BODY IMAGES ************************ */

.sidebar-content img, .main-content img {
	display: none;
}

@media screen and (min-width: 48em) {
	.sidebar-content img {
	display: block;
	max-width: 360px;
	width : 97%;
	margin: 15px 0;
	border-top: 5px solid #7e0000;
	border-bottom: 5px solid #7e0000;
	padding: 5px 0;
}

.main-content img {
	display: block;
	width: 92%;
	margin-left: 20px;
	border-top: 5px solid #7e0000;
	border-bottom: 5px solid #7e0000;
	padding: 5px 0;
}

.subpage-header-photo img {
	display: block;
	width: 100%;
	max-width : 2000px;
	margin: 5px auto 0;
	padding : 5px 0;
	border-top: 5px solid #c0c0c0;
	border-bottom: 5px solid #c0c0c0;
}


}

@media screen and (min-width: 75em) {
	.sidebar-content img {
	width : 100%;
	margin: 15px 0px;
}


}

/************************* SKIP NAV ************************ */

#skip a, .skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus, .skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

/************************* BUTTONS ************************ */

.button a, .mobilebutton a {
	font-family: 'Merriweather Sans', sans-serif;
	display: flex;
	margin: 8px 0px;
	width: 95%;
	max-width: 21.25rem;
	padding: 10px 10px;
	font-size: 1.5rem;
	position: relative;
	opacity: .999;
	overflow: hidden;
	text-align: center;
	justify-content : center;
	color : #fff;
	background-color: #7e0000;
	transition: all .7s ease-in-out;
}

.button a:before, .button a:after, .mobilebutton a:before, .mobilebutton a:after {
	position: absolute;
	opacity: 0;
	width: 0%;
	height: 3px;
	content: '';
	background: #7f0101;
	transition: all 0.7s;
}

.button a:before, .mobilebutton a:before {
	left: 0px;
	top: 0px;
}

.button a:after, .mobilebutton a:after {
	right: 0px;
	bottom: 0px;
}

.button a:hover, .button a:focus, .mobilebutton a:hover, .mobilebutton a:focus {
	background-color: #fff;
	color: #7f0101;
}

.button a:hover:before, .button a:hover:after, .button a:focus:before, .button a:focus:after, .mobilebutton a:hover:before, .mobilebutton a:hover:after, .mobilebutton a:focus:before, .mobilebutton a:focus:after {
	opacity: 1;
	width: 100%;
}

.button a, .mobilebutton a {
	text-decoration: none;
}

.button img, .mobilebutton img {
	max-width : 24px;
	margin : 0;
	border : 0;
	padding : 0 10px;
}

.mobilebutton {
        display: block;
}

@media screen and (min-width:48em) {
       .mobilebutton {
        display: none;
        }
}

/************************  GOOGLE TRANSLATE  ************************** */

#google_translate_element {
	display: none;
}

@media screen and (min-width: 66em) {
	#google_translate_element {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
}

.googe-te-gadget-simple span {
	color: #676767!important;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5!important;
}


}

/************************  VIDEOS  ************************** */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */

padding-top: 25px;
	height: 0;
	margin: 1.25rem;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 75em) {
	.videoWrapper {
	margin-left: 0;
}


}

